home *** CD-ROM | disk | FTP | other *** search
- . Assemble a file (.asm) in the root directory
- . Leave the output file (.obj) in the root also.
- .key file
- .bra {
- .ket }
- copy ram:{file}.asm to df1:
- copy ram:macros.opt df1:
- assem ram:{file}.asm -o :{file}.o -c W200000 ;-l temp
- echo "done assembly."
- echo "Linking..."
- BLink ram:{file}.o library amiga.lib to {file}
- copy ram:{file} to df1:
-
-
-